Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 29 and Version 30 of Scripting and Plugins


Ignore:
Timestamp:
Jan 2, 2015, 1:34:46 AM (9 years ago)
Author:
datallah
Comment:

Update Perl details to reflect windows changes in 2.10.12

Legend:

Unmodified
Added
Removed
Modified
  • Scripting and Plugins

    v29 v30  
    5757Check if your Pidgin binary includes Perl support (Help -> Build Information).
    5858
    59 You must also have a compatible Perl runtime installed. On Windows, that is Perl 5.10, and as of April 2013, we require [http://www.activestate.com/Products/activeperl ActivePerl] or [http://strawberryperl.com/releases.html Strawberry Perl] 5.10.x. Newer versions of Perl, such as the [bug:14966#comment:8 current Strawberry Perl 5.16.3, do not work at the moment]. If you're running 64-bit Windows, make sure that you install the 32-bit version of Perl; Pidgin is a 32-bit application on Windows.
     59You must also have a compatible Perl runtime installed. Perl micro versions are not backward compatible, so you need to use a matching "y" component in the x.y.z version string.
     60
     61On Windows:
     62 * You can get a compatible Perl runtime from [http://strawberryperl.com/releases.html Strawberry Perl]
     63 * You'll need to use the 32-bit version of Perl since Pidgin is a 32-bit application
     64 * Make sure the Perl installation's `bin` directory is in your `PATH`
     65 * For Pidgin 2.10.12 and newer, you need Perl 5.20.z
     66 * For Pidgin <= 2.10.11, you need Perl 5.10.z
    6067
    6168First, download the test Perl plugin from the [/doxygen/2.5.2/html/perl-howto.html Perl Scripting HOWTO page] in `~/.purple/plugins`. Restart Pidgin and see if the plugin appears in the list as "Perl Test Plugin". If not, open the Debug window from the Help menu, and open the plugin list again. You should see if Pidgin picks up the plugin from the proper directory, and any errors while loading it.
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!